projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf2e5d5
)
lib: Kconfig: add entry for errno_str() function
author
Przemyslaw Marczak
<
[email protected]
>
Mon, 20 Apr 2015 18:07:40 +0000
(20:07 +0200)
committer
Simon Glass
<
[email protected]
>
Fri, 15 May 2015 00:49:36 +0000
(18:49 -0600)
Signed-off-by: Przemyslaw Marczak <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
lib/Kconfig
patch
|
blob
|
history
diff --git
a/lib/Kconfig
b/lib/Kconfig
index 0454a86a02511625eb0a8b4d41ce5a1e42baf0f4..5b6cf3d68df15f7e70d7ae0c5eb9b86d633316d4 100644
(file)
--- a/
lib/Kconfig
+++ b/
lib/Kconfig
@@
-82,4
+82,12
@@
config SHA_PROG_HW_ACCEL
is performed in hardware.
endmenu
+config ERRNO_STR
+ bool "Enable function for getting errno-related string message"
+ help
+ The function errno_str(int errno), returns a pointer to the errno
+ corresponding text message:
+ - if errno is null or positive number - a pointer to "Success" message
+ - if errno is negative - a pointer to errno related message
+
endmenu